home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / DefineButton2_213 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-28  |  136 b   |  6 lines

  1. on(release){
  2.    _quality = "LOW";
  3.    _parent._parent.lander.myPartAmount = 5;
  4.    _parent._parent.lander.myLandTime = getTimer();
  5. }
  6.